projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a82d6
)
Fix a typo
author
Ulysse Carion
<ulysse@ulysse.io>
Fri, 31 Jul 2015 03:01:08 +0000
(20:01 -0700)
committer
Ulysse Carion
<ulysse@ulysse.io>
Fri, 31 Jul 2015 03:01:08 +0000
(20:01 -0700)
src/cargo/sources/registry.rs
patch
|
blob
|
history
diff --git
a/src/cargo/sources/registry.rs
b/src/cargo/sources/registry.rs
index bda2de90eb5389dfd6f69d849bf5dbcfa130b81b..29ec378b12e0651cc7ccf6a21e5b8544f48000c0 100644
(file)
--- a/
src/cargo/sources/registry.rs
+++ b/
src/cargo/sources/registry.rs
@@
-96,7
+96,7
@@
//! each of which has many sub-folders with two letters. At the end of all these
//! are the actual crate files themselves.
//!
-//! The purpose of this layou
t
is to hopefully cut down on `ls` sizes as well as
+//! The purpose of this layou
t
is to hopefully cut down on `ls` sizes as well as
//! efficient lookup based on the crate name itself.
//!
//! ## Crate files